home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / mac / SourceMc / PalmMC.DIR / 00323.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  108 b   |  7 lines

  1. on mouseDown
  2.   global gSound
  3.   puppetSound(gSound)
  4.   set lFrame to "AC" & the clickOn - 24
  5.   go(lFrame)
  6. end
  7.